Compress dynamic content |
Enables or disables the compression of dynamic content such as SSI parsed files and the output of scripting engines. |
Maximum file size |
Defines the largest file size (in bytes) which the server will attempt to compress. If a file is outside of this boundary, it will simply deleiver the file without compressing it. |
Mimimum file size |
Defines the smallest file size (in bytes) which the server will attempt to compress. If a file is outside of this boundary, it will simply deleiver the file without compressing it. |
Default compression level |
The default level of deflate/zLib compression for content which is not explicitly defined (e.g. dynamic content). |
Memory Level |
Defines the memory level on a scale of 1 through 9, lowe levels use less memory when compressing but compression is lower and attained compression ratios are generally lower. |
Cache path |
The local file system path where cached files are to be stored. The directory is cleaned out as per the cache rules or when the server is shutdown or restarted. |
Cache size |
The maximum number of files which can exist in the file system cache. When the cache size reaches this set constraint, the server will removed the least requested item from the cache. |